home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual Basic 5 / Mastering Microsoft Visual Basic 5.ISO / sampapps / event notification / module1.bas < prev    next >
BASIC Source File  |  1996-10-09  |  80b  |  5 lines

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3.  
  4. Public gNotifier As Notifier
  5.